Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 529 Bytes

C_PlayMovie.rst

File metadata and controls

35 lines (18 loc) · 529 Bytes

C:PlayMovie

Plays the specified movie

C:PlayMovie(Movie)

Parameters

  • string Movie - string containing resource reference (ResRef) of the movie to play

Notes

Movie resource reference (ResRef) used in Movie must be 8 characters or less and must be valid.

Plays WebM file format movies (.wbm)

Example

Plays LOGO.WBM:

C:PlayMovie("LOGO")

See Also

C\:PlaySound<C_PlaySound>